• File: sticky-footer.css
  • Full Path: C:/htdocs/css/sticky-footer.css
  • Date Modified: 04/30/2025 7:56 AM
  • File size: 380 bytes
  • MIME-type: text/plain
  • Charset: utf-8
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px; /* Set the fixed height of the footer here */
  line-height: 25px; /* Vertically center the text there */
  background-color: #f5f5f5;
  font-size: 12px;
}